You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > Root Method > Math387.Root Method ([In] TCplx, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.Root Method ([In] TCplx, int, int)

The root of complex number.

Syntax
C#
Visual Basic
public static TCplx Root([In] TCplx A, int K, int N);

'N' roots of 'A' by varying 'K' from 0..N-1.

This routine uses DeMoivre's theorem to calculate all roots of complex number.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!